MySqlBinaryString Constructor(Byte[],Encoding)
In This Topic
Initializes a new instance of the
MySqlBinaryString structure with binary data and encoding.
Syntax
'Declaration
Public Function New( _
ByVal () As Byte, _
ByVal As Encoding _
)
public MySqlBinaryString(
byte[] ,
Encoding
)
Parameters
- buffer
- A buffer that contains binary representation of a string.
- encoding
- The encoding to use.
See Also